<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>About Emily</title>
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
</head>
<body style="background-color:white">
  <div>
    <!--From https://getbootstrap.com/docs/4.4/components/navbar/-->
    <nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:lavenderblush;" style="color: navy;">
        <a class="navbar-brand" href="index.html">Emily Anderson Yoga</a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarNavAltMarkup">
          <div class="navbar-nav">
            <a class="nav-item nav-link active" href="index.html">Home <span class="sr-only">(current)</span></a>
            <a class="nav-item nav-link" href="About me.html">About Emily</a>
            <a class="nav-item nav-link" href="Books.html">Suggested Books</a>
            <a class="nav-item nav-link" href="Contact.html">Contact Emily</a>
            
          </div>
        </div>
      </nav>
  

</div>
    
<!-- from https://getbootstrap.com/docs/4.0/examples/product/-->

    <div class="pricing-header px-4 py-6 pt-md-5 pb-md-3 mx-auto text-left">
      <h1 class="display-4">About Emily</h1>
      
    </div>

    <div class="d-md-flex flex-md-equal w-80 my-md-3 pl-md-3">
      <div class="mr-md-3 pt-3 px-3 pt-md-6 px-md-5 text-left text-white overflow-hidden" style = "background-color: white;">
        <div class="my-3 py-3">
        <p class="lead" style = "color: grey;">Emily is from the UK and moved to DC in 2018, when her husband got a job in the area.  Before her move, Emily had used yoga as a way to deal with anxiety and stress while working as a lawyer in both London and Singapore.  Upon realizing these benefits, Emily became more and more curious about the history and benefits of yoga, which culminated in her taking her 200 hour teacher training with Yoga District in 2019.  Emily continues to learn and is dedicated to sharing the benefits of yoga with others.</p>
        <p class="lead" style = "color: grey;">Outside of yoga, Emily is currently pursuing her MBA.  You may also find her walking DC dogs, reading in one of Georgetown's coffee shops, or trying her best at dance classes.</p>
        
        </div>
        
        </div>
     
        <img src = "Pictures/Emily.jpg", alt = "Emily", style="max-width:30%;height:auto;">

       <div class="mr-md-4 pt-3 px-3 pt-md-5 px-md-5 text-center overflow-hidden" style="background-color: lavenderblush;">
        <div class="my-2 p-1">
                
        </div>
        
      </div>
    </div>
    

    <footer>© Emily Anderson Yoga</footer>
   
</body>
</html>